List Variety Of Objects: List Objects, Functions Or Data in a Package
Description
List all the objects, functions or data in a package.
Usage
LsObj(package)
LsFct(package)
Arguments
package
the name of the package
Author
Andri Signorell <andri@signorell.net>
Details
This is just a wrapper for ls, ls.str and lsf.str with the appropriate arguments (as I always forgot how to do the trick).
LsObj() lists all objects, LsFct() just the functions in a package.
References
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.